*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.eth-footer-wrapper {
    background: #ffffff;
    color: #404040;
    font-family: "brother-1816",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eth-ft-bottom-section {
    background-color: #F4F4F4;
}

.eth-ft-top-section {
    background-color: #000000;
    border-bottom: 4px solid #9d0000;
    min-height: 107px;
}

.eth-ft-copyright {
    width: 100%;
    border-top: 1px solid #E4E4E4;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 33px 0px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.eth-ft-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 38px 0px 32px 0px;
}

.ft-spacing {
    min-height: 1000px;
}

.eth-ft-container {
    max-width: 93%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

ul.eth-ft-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.eth-ft-copyright p {
    margin: 0;
}

ul.eth-ft-social li {
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

ul.eth-ft-social li:first-child {
    margin-right: 16px;
}

ul.eth-ft-social li a {
    display: inline-block;
}

.icon_insta {
    background: url(../images/footer/icon_instagram.svg);
}

.icon_facebook {
    background: url(../images/footer/icon_facebook.svg);
}

.icon_twitter {
    background: url(../images/footer/ic_twitter.svg);
    max-width: 12px;
}

.icon_linkedin {
    background: url(../images/footer/icon_linkedin.svg);
}

.icon_youtube {
    background: url(../images/footer/icon_youtube.svg);
}

.ethos_i {
    display: inline-block;
    height: 18px;
    margin: 0px auto;
    width: 18px;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
}

.eth-ft-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #646364;
    letter-spacing: 0.1px;
}

.eth-ft-menu ul li {
    display: block;
}

.eth-ft-menu ul li a {
    color: #646364;
    text-decoration: none;
    transition: color .3s ease-in-out;
}

.eth-ft-menu ul li a:hover {
    color: #9d0000;
}

.eth-ft-menu h3,
.eth-ft-newsletter-heading h3 {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-family: "brother-1816",sans-serif;
	margin-bottom:16px;
}

.eth-ft-newsletter {
    order: 2;
    width: 450px;
    margin-bottom: 8px;
}

.eth-ft-menu-wrapper {
    order: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.eth-ft-menu-wrapper {
    width: 100%;
}

.eth-ft-menu {
    width: 100%;
    max-width: 162px;
}

.eth-ft-newsletter-heading p {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin: 0;
}

form.eth-ft-newsletter-form {
    margin-top: 27px;
    margin-bottom: 0px;
}

.eth-ft-newsletter-form .form-control {
    padding: 6.6px 20px ;
    border-color: #fff ;
    color: #646364 ;
    background: #fff;
    width: 100%;
    border: 1px solid #ffffff;
    font-family: "brother-1816",sans-serif ;
    font-size: 12px;
    font-weight: 400;
    height: auto ;
    line-height: 28px;
    transition: border-color .3s ease-in-out, color .3s ease-in-out;
    border-radius: 0;
    border-bottom: none !important;
}

.eth-ft-newsletter-form .eth-ft-newsletter-btn {
    cursor: pointer;
    background: #646364;
    padding: 8px 24px;
    font-size: 12px;
    line-height: 26px;
    border: 1px solid #646464;
    color: #ffffff;
    display: inline-block;
    font-family: "brother-1816",sans-serif;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .15s ease-in-out;
}

.eth-ft-input-wrap {
    display: flex;
}
.eth-ft-newsletter-form .eth-ft-input-wrap{
	position:relative;
}
.eth-ft-newsletter-form #newsletter-error{
	position:absolute;top:45px;line-height:normal;
}
.eth-ft-newsletter-form .form-control:focus {
    outline: none;
    color: #666666;
    background-color: #ffffff;
    border-left: 1px solid #9d0000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.eth-ft-helpLine-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.eth-ft-helpLine-wrapper > div {
    width: 33.333%;
    padding: 25px 0px;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    font-family: "mrs-eaves-xl-serif-narrow",serif;
    color: #b1b1b1;
}

.eth-ft-helpLine-wrapper p {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #C8C8C8;
}

.eth-ft-helpLine-wrapper p > span {
    font-size: 16px;
    line-height: 28px;
    margin-top: 4px;
    display: flex;
    white-space: nowrap;
    font-family: "brother-1816",sans-serif;
    font-style: normal;
    letter-spacing: .5px;
}

.eth-ft-helpLine-wrapper p > span > a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.eth-ft-helpLine-wrapper p > span > a:first-child {
    margin-right: 40px;
}

.eth-ft-helpLine-wrapper p > span > a:first-child:before {
    background: #9d0000;
    content: "";
    height: 4px;
    position: absolute;
    right: -23px;
    top: 12px;
    width: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.eth-ft-helpLine-wrapper p > span > a:last-child:before {
    display: none;
}

.eth-ft-helpLine-wrapper .eth-ft-helpLine-online {
    display: flex;
    justify-content: center;
    margin-left: 100px;
    margin-right: 0px;
}

.eth-ft-helpLine-wrapper .eth-ft-helpLine-customer {
    display: flex;
    justify-content: right;
}

.eth-ft-helpLine-wrapper p > span > a:last-child {
    margin-right: 0;
}

.eth-ft-toggle {
    display: none;
}

.eth-ft-menu h3 {
    pointer-events: none;
}
/*
.eth-ft-menu ul li:not(:last-child) {
    display: none;
}

.eth-ft-menu ul li:nth-child(1),.eth-ft-menu ul li:nth-child(2),.eth-ft-menu ul li:nth-child(3),.eth-ft-menu ul li:nth-child(4),.eth-ft-menu ul li:nth-child(5) {
    display: block;
}

.eth-ft-menu.active ul li {
    display: block;
}

.eth-ft-menu.active ul li:last-child {
    display: none;
}
*/
.eth-ft-menu-wrapper .eth-ft-menu li:nth-child(1n + 6){display: none;}
.eth-ft-menu-wrapper .eth-ft-menu.active li:nth-child(1n + 6){display: block;}

/*footer app icon*/
.ft-download-mob-app .apple-store-btn {
	margin-bottom: 16px;
	display:block;
}
.eth-ft-menu h3{
	margin-bottom:16px;
}

.ft-more-links-btn a {
    font-size: 12px;
    line-height: 18px;
    color: #646364;
    letter-spacing: 0.1px;
    display: inline-block;
}

.ft-luxury-brand-links.active .ft-more-links-btn, .ft-company-links.active .ft-more-links-btn {
    display: none;
}

@media (min-width: 768px) {
    .eth-ft-menu{
		width:auto;
	}
}

@media (min-width: 992px) {
    .eth-ft-newsletter {
        width: 346px;
		width:23.7%;
    }

    .eth-ft-menu-wrapper {
        width: 68.2%;
    }
}


@media (min-width: 1441px) {
    .eth-ft-container {
        max-width: 1340px;
    }
    
}


@media (max-width: 1260px) {
	.eth-ft-newsletter {
		width: 40%;
		margin: 0;
	}

	.eth-ft-menu-wrapper {
		width: 60%;
		flex-wrap: wrap;
		
	}

	.eth-ft-menu-wrapper .eth-ft-menu  {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.ft-luxury-brand-links,.ft-categories-links {
		margin-bottom: 32px;
	}
}
	
@media (max-width: 1024px) {
    .eth-ft-navigation {
        padding-bottom: 48px;
    }
}


@media (max-width: 992px) {
    .eth-ft-navigation {
        flex-flow: wrap;
        padding-bottom: 55px;
        padding-top: 33px;
    }

    .eth-ft-menu-wrapper {
        order: 2;
    }
    
    .eth-ft-menu {
        max-width: 33.333333%;
    }
    
    .eth-ft-newsletter-form .form-control {
        padding: 7px 20px;
    }

    .eth-ft-helpLine-wrapper > div {
        width: auto;
        margin-left: 3.5%;
        display: inline-block;
    }

    .eth-ft-top-section .eth-ft-container {
        max-width: 100%;
    }

    .eth-ft-helpLine-wrapper .eth-ft-helpLine-online {
        margin-right: 3.5%;
        margin-left: 103px;
        display: inline-block;
    }

    .eth-ft-helpLine-wrapper .eth-ft-helpLine-customer {
        margin-left: 83px;
        margin-right: 3.5%;
    }

    .eth-ft-helpLine-wrapper {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
    
}

@media (max-width: 767px) {
	    
    .eth-ft-newsletter {
        order: 1;
        width: 100%;
        max-width: 450px;
        margin: 0px auto 76px auto;
    }
    
	
    .eth-ft-copyright {
        flex-flow: wrap;
        border: none;
        padding: 24px 24px 7% 24px;
    }
    
    ul.eth-ft-social {
        width: 100%;
        order: 2;
        display: flex;
        position: relative;
        left: -1px;
        margin-bottom: 2px;
    }
    
    .eth-ft-copyright p {
        order: 1;
        margin-bottom: 21px;
        color: #808080;
    }
    
    ul.eth-ft-social li:first-child {
        display: none;
    }
    
    .eth-ft-container {
        max-width: 100%;
    }
    
    ul.eth-ft-social li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .eth-ft-menu {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }
    
	.eth-ft-menu-wrapper .eth-ft-menu {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
	
    .eth-ft-menu-wrapper {
        flex-flow: wrap;
		width: 100%;
        padding: 0px 24px;
    }
    
    .eth-ft-menu ul {
        display: none;
        font-size: 14px;
        line-height: 28px;
        margin-top: -12px;
        position: relative;
        z-index: 1;
    }
    
    .eth-ft-navigation {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .eth-ft-menu h3 {
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        line-height: 18px;
        position: relative;
        padding: 24px 0px 26px 0px;
    }
    
    .i-plus-minus {
        display: block;
        height: 14px;
        width: 14px;
        background: url(../images/footer/i-plus-minus.svg)no-repeat center center;
    }
    
    .eth-ft-toggle {
        display: block;
        position: absolute;
        right: 3px;
        top: 27px;
    }

    .eth-ft-newsletter {
        padding: 50px 57px;
        max-width: 100%;
        border-bottom: 1px solid #E4E4E4;
        margin-bottom: 0px;
    }
    
    .eth-ft-newsletter-form .form-control {
        padding: 8px 20px;
        height: 41px;
        color: #646364;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.1px;
        display: flex;
    }
    
    .eth-ft-newsletter-form .eth-ft-newsletter-btn {
        padding: 10px 23px;
        line-height: normal;
        display: flex;
    }
    
    .eth-ft-newsletter-heading h3 {
        margin-bottom: 5px;
    }

    .eth-ft-helpLine-wrapper {
        padding: 32px 24px;
        display: block;
        white-space: unset;
        overflow: hidden;
    }
    
    .eth-ft-helpLine-wrapper > div {
        margin: 0 !important;
        padding: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: left !important;
    }
    
    .eth-ft-helpLine-wrapper p > span {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    
    .eth-ft-helpLine-wrapper p {
        letter-spacing: .5px;
    }
    
    .eth-ft-helpLine-wrapper > div:not(:last-child) {
        margin-bottom: 33px !important;
    }
    
    .eth-ft-helpLine-wrapper p > span > a:first-child {
        margin-right: 45px;
    }
    
    .eth-ft-helpLine-wrapper p > span > a:first-child:before {
        right: -25px;
        top: 10px;
    }

    .eth-ft-menu ul li:last-child {
        margin-bottom: 20px;
    }
    
    .eth-ft-menu ul li a {
        display: block;
        color: #808080;
    }
/*
    .eth-ft-menu h3.active {
        color: #9d0000;
    }
*/    
    .eth-ft-menu h3.active .i-plus-minus {
        height: 1px;
        background-position: center;
    }
    
    .eth-ft-menu h3.active .eth-ft-toggle {
        top: 34px;
    }

    .eth-ft-menu h3 {
        pointer-events: auto;
    }

    li.eth-ft-more {
        display: none !important;
    }

    .eth-ft-menu ul {
        margin-bottom: 20px;
    }
	.eth-ft-menu ul li:not(:last-child){
		display:block;
	}
	
	.eth-app-wrap {
        order: -1;
    }
	.download-links-app {
        display: flex;
       /* margin-bottom: 24px;*/
    }
	.download-links-app>a.apple-store-btn {
        margin-right: 16px;
    }
	.ft-download-mob-app a img {
        width: 141px;
    }
	.eth-ft-menu {
        margin-bottom: 0px;
    }
	.ft-more-links-btn {
        display: none;
    }
	.eth-ft-menu-wrapper .eth-ft-menu li:nth-child(1n + 6){display:block;}
	
}


@media (max-width: 399px) {
    .eth-ft-newsletter {
        padding: 50px 32px!important;
    }

/*
    .eth-ft-helpLine-wrapper p > span > a:last-child {
        display: block;
        width: 100%;
    }
*/
    .eth-ft-helpLine-wrapper p > span {
        display: block;
    }
}